styleproperties: Remove unused priv variables
authorBenjamin Otte <otte@redhat.com>
Fri, 27 May 2011 02:24:10 +0000 (04:24 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 27 May 2011 14:11:10 +0000 (16:11 +0200)
gtk/gtkstyleproperties.c

index a2cb8e53e649d01a8511af48286d29812483a716..67073726c069247630a20a2a13ba54c106052fac 100644 (file)
@@ -610,12 +610,10 @@ gtk_style_properties_set_valist (GtkStyleProperties *props,
                                  GtkStateFlags       state,
                                  va_list             args)
 {
-  GtkStylePropertiesPrivate *priv;
   const gchar *property_name;
 
   g_return_if_fail (GTK_IS_STYLE_PROPERTIES (props));
 
-  priv = props->priv;
   property_name = va_arg (args, const gchar *);
 
   while (property_name)
@@ -909,12 +907,10 @@ gtk_style_properties_get_valist (GtkStyleProperties *props,
                                  GtkStateFlags       state,
                                  va_list             args)
 {
-  GtkStylePropertiesPrivate *priv;
   const gchar *property_name;
 
   g_return_if_fail (GTK_IS_STYLE_PROPERTIES (props));
 
-  priv = props->priv;
   property_name = va_arg (args, const gchar *);
 
   while (property_name)